Version Packages - #52
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
5 times, most recently
from
September 7, 2026 14:58
ffc9705 to
e4d0909
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 7, 2026 15:11
e4d0909 to
1201162
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
codsh-bundle@0.17.5
Patch Changes
0b90398: feat(tui): show execution duration on completed tool cards
Tool cards now report their start-to-finish execution duration in the headline (e.g.,
● Read a.ts +1 -1 · 1.2s ✔), matching the visibility previously only available for thinking blocks. Additionally, the expanded thinking block now indents its reasoning text to provide breathing room from the background panel border.17962ad: feat(tui): track entire turn duration at the thinking line instead of individual tool calls
Tool card duration statistics have been reverted. The completion time of the entire assistant output turn (from starting execution to final output settling) is now presented collectively as a single unified
· total Y.Yssuffix appended to thethoughtline itself.6f34f53: fix: fix declaration build errors and type narrowing in dev script
Clean up unused parameter in
thinkingFoldand fix TypeScript control flow narrowing inindex.tsacrossturn()execution sopnpm run buildandpnpm run devcompile without error.a553350: fix(transcript): join consecutive diff tool cards into a single shared panel without redundant padding
Tool cards representing diffs (e.g.
Edit) do not display a pending card while executing. Previously,renderResulterroneously assumed pending lines were always printed, preventing consecutive completed diff cards from taking over the preceding card's closing padding. This resulted in redundant double-row padding gaps between consecutiveEditcards.renderResultnow checks if the pending card printed visible lines, allowing consecutive diff cards to stack adjacently in a single compact panel.80c24ef: fix(tui): fill thought background padding rows on hover and center single gutter glyph when collapsed
✻glyph while the padding lines preserve spacing without redundant stacked glyphs.4d4c63e: fix(transcript): reduce outer margins and add inner padding with background to thought content block
The
thoughtsummary block previously added unstyled empty outer rows, causing an excessively large gap between adjacent tool blocks while leaving the text without internal background padding. The thought block now removes the extra outer blank lines and renders as a styled panel with its own internal background (bgThinking) and symmetric top/bottom inner padding rows, matching the padding behavior of other transcript panels.7689efa: fix(tui): restore background border and symmetric inner padding to thinking summary
The collapsed
thoughtsummary now re-integrates its background block to match other panels but with top and bottom inner padding directly embedded (expanding into a symmetric 3-row block when isolated). This properly isolates the thought text from touching adjacent block borders while still maintaining the intended structural boundary constraints of the user interface.codsh-cli@0.17.5
Patch Changes
0b90398: feat(tui): show execution duration on completed tool cards
Tool cards now report their start-to-finish execution duration in the headline (e.g.,
● Read a.ts +1 -1 · 1.2s ✔), matching the visibility previously only available for thinking blocks. Additionally, the expanded thinking block now indents its reasoning text to provide breathing room from the background panel border.17962ad: feat(tui): track entire turn duration at the thinking line instead of individual tool calls
Tool card duration statistics have been reverted. The completion time of the entire assistant output turn (from starting execution to final output settling) is now presented collectively as a single unified
· total Y.Yssuffix appended to thethoughtline itself.7689efa: fix(tui): restore background border and symmetric inner padding to thinking summary
The collapsed
thoughtsummary now re-integrates its background block to match other panels but with top and bottom inner padding directly embedded (expanding into a symmetric 3-row block when isolated). This properly isolates the thought text from touching adjacent block borders while still maintaining the intended structural boundary constraints of the user interface.